home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 076-100 / disk_091 / readme < prev    next >
Text File  |  1992-05-06  |  1KB  |  40 lines

  1. This directory contains the sources to ADL, including some sample games.
  2. All sources in this directory and subdirectories are:
  3.  
  4.     Copyright 1987 by Ross Cunniff
  5.     All Rights Reserved
  6.  
  7. You may distribute the UNMODIFIED sources to ADL, provided that this
  8. notice is retained.  Send modifications to:
  9.  
  10.     UUCP:    ...{hplabs,ucbvax}!hpda!cunniff
  11.     ARPA:    cunniff%hpda@hplabs.ARPA
  12.     USMAIL:    Ross Cunniff
  13.         636 La Grande, #7
  14.         Sunnyvale, CA 94087
  15.  
  16. Acceptable modifications may be included in future releases.
  17.  
  18.  
  19. ADL stands for Adventure Definition Language.  It is a superset,
  20. with greatly enhanced capabilities, of an older language named DDL.
  21. DDL was originally written in 1981 by Michael Urban, Chris Kostanick,
  22. Michael Stein, Bruce Adler, and Warren Usui, all of the UCLA Computer Club.
  23. For documentation, consult the ADL Programmer's Reference (which may
  24. be obtained by sending a self-addressed 9x12 manila envelope and $1.00
  25. to cover postage to the above USMAIL address).
  26.  
  27. This directory contains the following files and subdirectories:
  28.  
  29.     adlcomp            --    sources for adlcomp
  30.     adlrun            --    sources for adlrun
  31.     bin            --    the executables
  32.     include            --    include files for ADL
  33.     man            --    Man pages for ADL
  34.     misc            --    sources for adldebug and adltouch
  35.     samples            --    some sample ADL specifications
  36.     util            --    utility routines for ADL
  37.  
  38. In order to make the executable programs, simply type "make" in this
  39. directory.
  40.